'宣言 Public Overloads Function RemoveRows( _ ByVal removedRows() As DataGridRow _ ) As System.Boolean
public System.bool RemoveRows( DataGridRow[] removedRows )
パラメータ
- removedRows
- 削除する行。
戻り値の型
行が削除されると True
'宣言 Public Overloads Function RemoveRows( _ ByVal removedRows() As DataGridRow _ ) As System.Boolean
public System.bool RemoveRows( DataGridRow[] removedRows )